DX11 SET RASTERIZER STATE MAX DEPTH BIAS
Sets the maximum depth bias allowed; any higher values will be clamped to the maximum value.
This can be used to alleviate issues where certain polygons gets extreme depth bias offsets at certain angles and
would thus render incorrectly.
DX11 SET RASTERIZER STATE MAX DEPTH BIAS rasterState, zBiasClamp
rasterState
Dword
The rasterizer state to set the maximum allowed depth bias of.
zBiasClamp
Float
The maximum allowed depth bias value; any exceeding biases will be automatically clamped to this value.
This function does not return a value.
RASTERIZERSTATE Functions Menu
DX11 Function Categories